home *** CD-ROM | disk | FTP | other *** search
/ Freelog 53 / Freelog053.iso / Bas / Educatif / atoumath dll / setup.exe / install_script.iss
Text File  |  2003-07-24  |  2KB  |  48 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=AtouMath
  5. AppVerName=AtouMath 2.3
  6. AppId=AtouMath
  7. AppPublisher=Les Logiciels du LuTin
  8. AppPublisherURL=http://www.atoumath.com
  9. AppSupportURL=http://www.atoumath.com
  10. AppUpdatesURL=http://www.atoumath.com
  11. DefaultDirName={pf}\AtouMath
  12. DefaultGroupName=AtouMath
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\AtouMath.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{sys}\Msvbvm50.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  23. Source: "{sys}\Vb5fr.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  24. Source: "{app}\sons.calm"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\AtouMath.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\AtouMath.ini"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Bling.wav"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Clap2.wav"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Horn.wav"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Res_ele.wav"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [INI]
  33. FileName: "{app}\AtouMath.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.atoumath.com"; 
  34.  
  35. [Run]
  36. Filename: "{app}\AtouMath.exe"; Description: "DΘmarrer AtouMath"; Flags: postinstall skipifsilent nowait
  37.  
  38. [Icons]
  39. Name: "{group}\AtouMath"; Filename: "{app}\AtouMath.exe"; 
  40. Name: "{group}\Le site de AtouMath"; Filename: "{app}\AtouMath.url"; 
  41. Name: "{userdesktop}\AtouMath"; Filename: "{app}\AtouMath.exe"; Tasks: desktopicon; 
  42.  
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Voulez vous crΘer un raccourci sur le bureau ?"; GroupDescription: "Additional icons:"; 
  45.  
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\AtouMath.url"; 
  48.